Peach-Pi: dts: add cpu-model string
authorPrzemyslaw Marczak <[email protected]>
Tue, 27 Oct 2015 12:07:56 +0000 (13:07 +0100)
committerMinkyu Kang <[email protected]>
Mon, 2 Nov 2015 01:37:59 +0000 (10:37 +0900)
This platform is based on Exynos5800 but the cpu id is 0x5422.
This doesn't fit the common Exynos SoC name convention, so now,
the CPU name is defined by device tree string, to be printed
properly.

Signed-off-by: Przemyslaw Marczak <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Anand Moon <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/dts/exynos5800-peach-pi.dts

index 1d7ff23c933cbeef16c088be12030b069b08c761..76826dc23b92c3b69f4eda5887793968a0078b98 100644 (file)
@@ -12,6 +12,7 @@
 
 / {
        model = "Samsung/Google Peach Pi board based on Exynos5800";
+       cpu-model = "Exynos5800";
 
        compatible = "google,pit-rev#", "google,pit",
                "google,peach", "samsung,exynos5800", "samsung,exynos5";